home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 October / macformat-029.iso / mac / Shareware City / Comms / HTMLTool fldr / ReadMe.HTMLTool < prev   
Encoding:
Text File  |  1995-01-28  |  3.9 KB  |  93 lines  |  [TEXT/MPS ]

  1. NAME
  2.      HTMLTool - add HyperText Markup Language formatting to a document
  3.  
  4. SYNOPSIS
  5.     HTMLTool [[-a attribute] ...] [-q] [-n] [-p prefixString] [-s suffixString] -i tag
  6.     HTMLTool [[-a attribute] ...] [-q] [-n] [-p prefixString] [-s suffixString] -t tag
  7.     HTMLTool [[-a attribute] ...] [-q] [-n] [-p prefixString] [-s suffixString] -T tag subTag
  8.     HTMLTool [-q] [-n] [-p prefixString] [-s suffixString] -l
  9.     HTMLTool [-q] [-p prefixString] [-s suffixString]
  10.  
  11. AVAILABILITY
  12.     This command (HTMLTool) only runs as a tool under the Macintosh Programmer's
  13.     Workshop™.
  14.  
  15. DESCRIPTION
  16.     Apply HTML formatting commands to the text selected in the active window.
  17.  
  18. OPTIONS
  19.     -a attribute
  20.         Modifies tag, insert attribute before the '>' in the '<tag>', may appear multiple times.
  21.     -q
  22.         Quote (transform) characters in the selection, that are special to
  23.         HTML to their 'quoted' equivalent e.g. '<' becomes '<'.
  24.     -n
  25.         Add newlines after each '<tag>' and '</tag>'.
  26.     -p prefixString
  27.         Prepend prefixString to the beginning of the selection (before anything else).
  28.     -s suffixString
  29.         Append suffixString to the end of the selection (after everything else).
  30.     -i tag
  31.         Insert '<tag>' at the beginning of the selected text.
  32.             (mnemonic - 'individual' tag).
  33.     -t tag
  34.         Insert '<tag>' at the beginning of the selected text and append
  35.         '</tag>' at the end of the selected text.
  36.     -T tag subTag
  37.         Insert '<tag>' at the beginning of the selected text and append
  38.         '</tag>' at the end of the selected text. Insert '<subTag>' at
  39.         the beginning of each line of selected text.
  40.     -l
  41.         Prompt for information used to create a hyper-link. The selected text is
  42.         used as the 'anchor text' to execute the link.
  43.  
  44. NOTES
  45.     HTML tag types are basically: two part tags that surround data, individual
  46.     tags that preceed data, and combinations of the two. HTMLTool really isn't
  47.     too useful on it's own, it's primarily for use to build frequently used
  48.     commands that are bound to keys or menu items. Pretty much all of the
  49.     HTML 2.0 formatting can be done with some combination of the 5 basic
  50.     usages of HTMLTool.
  51.  
  52. EXAMPLES
  53.     See HTML_Menu for examples.
  54.  
  55. SEE ALSO
  56.     http://www.ncsa.uiuc.edu/General/Internet/WWW/HTMLPrimer.html
  57.     http://www.vuw.ac.nz/who/Nathan.Torkington/ideas/www-html.html
  58.     http://fire.clarkson.edu/doc/html/htut.html
  59.     http://kcgl1.eng.ohio-state.edu/www/doc/htmlbegin.html
  60.     http://kcgl1.eng.ohio-state.edu/www/doc/htmlmore.html
  61.     http://kcgl1.eng.ohio-state.edu/www/doc/htmladv.html
  62.     http://home.mcom.com/home/services_docs/html-extensions.html
  63.     http://home.mcom.com/home/services_docs/impact_docs/creating-high-impact-docs.html
  64.     http://ds.internic.net/rfc/rfc1738.txt (URL Standard)
  65.     ftp://ftp.isi.edu/internet-drafts/draft-ietf-html-spec-00.txt
  66.  
  67. BUGS
  68.     None known :-). Send any problem reports/praise to
  69.         tom@selene.utval.net
  70.  
  71. LEGAL NOTICE
  72.     HTMLTool is Copyright 1995 by Thomas R. Kimpton, I retain all rights.
  73.     HTMLTool (the MPW™ tool) is freeware, NOT public domain. HTMLTool may not
  74.     be included in any collection of shareware or public domain software
  75.     without my express knowledge and permission. You may, however,
  76.     distribute it to your friends as long as it has not been modified
  77.     and you include the entire HTMLTool package in its original form.
  78.  
  79.     HTMLTool is supplied as is.  Thomas R. Kimpton hereby disclaims all
  80.     warranties relating to this software, whether express or implied,
  81.     including without limitation any implied warranties of merchantability
  82.     or fitness for a particular purpose.  Thomas R. Kimpton will not be
  83.     liable for any special, incidental, consequential, indirect or similar
  84.     damages due to loss of data or any other reason, even if Thomas R.
  85.     Kimpton, or an agent of Thomas R. Kimpton has been advised of the
  86.     possibility of such damages.  In no event shall Thomas R. Kimpton’s
  87.     liability for any damages ever exceed the price paid for the license
  88.     to use the software, regardless of the form of the claim.  The person
  89.     using the software bears all risk as to the quality and performance
  90.     of the software.
  91.  
  92.     phew!
  93.